@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	 color:#2E2E30;
   }
  a:hover {
    text-decoration: none; }
a:hover,button:hover{}
*:focus{ outline:none;}
	
::-ms-clear,::-ms-reveal{display:none;}

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:after, .clearfix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* 隐藏花瓣新插件按钮 */
#huaban-pin-shadow{position: relative;z-index: 199 !important;left: 15px !important; top: 3px !important; display: block; overflow: hidden;}

html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family:"PingFang SC","Microsoft YaHei";
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-family:Arial, Helvetica, sans-serif;*/
  /*min-width: 1230px;*/
  background-color:#f5f5f5;
  color:#2E2E30;
   }


html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,a,img,small,ol,ul,li,label
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}


select, input, textarea, button {
  font-family:"PingFang SC","Microsoft YaHei";
  color:#2E2E30;
  font-size:14px;
  }

ul, dl, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  border: none;
  font-size:0;
  outline-width:0px;
  vertical-align:top;  }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cur, button {
  cursor: pointer; }

.modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }
  .modal .modal-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal .modal-content {
    background-color: #fff; }

.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #fff;*/

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    /*display: block;*/
    position: absolute;
    top: 50%;
	margin-top:-0.75em;
    left: 50%;
	margin-left:-1.5em;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border:0;
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button{
	border-color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #fff;*/

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

/* 邀请有礼加红点样式*/
.free_flag1 {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #F85659;
    overflow: hidden;
    margin-left:2px;
    margin-bottom: 6px;
    border-radius: 100px;
}
#div_user_auth .pic_div {
    width: 100px;
    height: 100px;
    float: left;
    border: 1px #eee solid;
}
#div_user_auth #front_pic{
    background: url(https://imgs.design006.com/homepage/images/sfz1_auth.jpg);
    background-size: 100% 100%;
}
#div_user_auth #reverse_pic{
    background: url(https://imgs.design006.com/homepage/images/sfz2_auth.jpg);
    background-size: 100% 100%;
}
#div_user_auth .pic_div:hover {
    cursor: pointer;
}
#div_user_auth .card_desc {
    color: #b3b3b3;
    margin-top: 70px;
    font-size: 12px;
    text-align: center;
    width: 100px;
}
#div_user_auth .auth_phone,#div_user_yz .auth_phone {
    float: left;
    width: 220px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
#div_user_auth .auth_yzm,#div_user_yz .auth_yzm {
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 14px;
    margin-right: 4px;
}

.agree_upload{ font-size:12px;color:#B3B3B3;margin:0 auto;margin-top:16px; margin-bottom: 27px;}
.agree_upload .check{
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 4px;
  background-size: 14px 14px !important;
  background: url(https://imgs.design006.com/homepage/images/radio.png) no-repeat center center;
}
.agree_upload a.active {
  background: url(https://imgs.design006.com/homepage/images/check-icon.png) no-repeat center center;
}
